GetStyleSheetTextResponse

data class GetStyleSheetTextResponse(text: String)

Represents response frame that is returned from CSS#getStyleSheetText operation call. Returns the current textual content for a stylesheet.

See also

Constructors

GetStyleSheetTextResponse
Link copied to clipboard
fun GetStyleSheetTextResponse(text: String)

Properties

text
Link copied to clipboard
val text: String
The stylesheet text.

Sources

jvm source
Link copied to clipboard